Leadtools.MedicalViewer Namespace : MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> Class |
The following tables list the members exposed by MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject>.
Name | Description | |
---|---|---|
MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> Constructor | Initializes a new instance of the MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject> class. |
Name | Description | |
---|---|---|
Count | Gets the number of items in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) | |
IsReadOnly | Specifies whether or not the collection is Read Only. (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) | |
Item | An indexer definition, which allows client code to use [] notation on the class instance itself. | |
Parent | Gets the parent of the collection. |
Name | Description | |
---|---|---|
Add | Overridden. Appends the synchronization object to the collection. | |
AddRange | Overridden. Appends an array of synchronization objects to the collection. | |
BringToFront | Brings the specified item forward in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) | |
CanSynchronize | Determines whether the type type supports synchronization. | |
Clear | Overridden. Overridden. Removes all items from the MedicalViewerSynchronizationObjectCollection<MedicalViewerSynchronizationObject>. | |
Contains | Determines whether or not the specified item is contained in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) | |
CopyTo | Copies all the elements of the collection to the specified one-dimensional array starting at the specified destination array index. (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) | |
DisableEvents | Called to disable raising the Leadtools.RasterCollection`1.ItemAdded and Leadtools.RasterCollection`1.ItemRemoved events. (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) | |
EnableEvents | Called to enable raising the Leadtools.RasterCollection`1.ItemAdded and Leadtools.RasterCollection`1.ItemRemoved events. (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) | |
GetEnumerator | Returns a generic enumerator that can iterate through the RasterCollection. (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) | |
IndexOf | Returns the index of the specified item if it is found in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) | |
Insert | Overridden. Appends the synchronization object to the collection using the specified index. | |
IsSynchronized | Determines if the type type is already synchronized. | |
Remove | Overridden. Removes the specified synchronization object. | |
RemoveAt | Overridden. Removes the synchronization object from the specified index. | |
SendToBack | Sends the specified item back in the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) |
Name | Description | |
---|---|---|
OnItemAdded | (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) | |
OnItemRemoved | (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) |
Name | Description | |
---|---|---|
ItemAdded | Occurs when an item is added to the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) | |
ItemRemoved | Occurs when an item is removed from the collection. (Inherited from Leadtools.RasterCollection<MedicalViewerSynchronizationObject>) |